home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / VerticalString-c / Data next >
Encoding:
Text File  |  1994-12-04  |  614 b   |  16 lines  |  [TEXT/EDIT]

  1. This is a little thing I tossed together in response to questions
  2. in comp.sys.mac.programmer where people asked for how to draw a
  3. string vertical and were mainly responded to with rotate BitMap
  4. answers.
  5.  
  6. Drawing strings vertically has its uses.  Knaji Macs must have a
  7. rotated, horizontally flipped TextEdit (?).
  8.  
  9. Anyway, this could be pumped up into doing a lot more than it does,
  10. in better ways, etc.  Draw each character in its own rect and draw
  11. them at any angle with offsets?
  12.  
  13. Any color RGB could be used.  Also, it's posslible to do a marquee
  14. stile text scroll vertically, as well (see "SuperMarquee).
  15.  
  16. -Ken-